home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / phase5 / ppcrelease / examples / trap.c < prev    next >
C/C++ Source or Header  |  1998-02-21  |  126b  |  9 lines

  1. #include <exec/types.h>
  2.  
  3. void    main(void)
  4. {
  5. //  *((int*) 0x4f000000)    =    0;
  6. //  *((int*) 0x00300000)        =    0;
  7.   asm("tw 31,0,0");
  8. }
  9.